{ "version": 4, "terraform_version": "1.6.4", "serial": 569, "lineage": "54e3af68-4c7a-41bf-96e4-717beb537fb6", "outputs": { "db_endpoint": { "value": "db-1.us-east-1.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.widgets.io", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-5357573199827d525", "ami": "ami-3f67e67d", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-25be4481"], "subnet_id": "subnet-898c9896", "key_name": "prod-deploy-key" } } ] } ] }