{ "version": 4, "terraform_version": "1.6.2", "serial": 370, "lineage": "61c74e75-d374-dbea-5a93-9b8718c75aff", "outputs": { "db_endpoint": { "value": "db-2.us-east-1.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.startup.dev", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-d61d1be33a3d805be", "ami": "ami-6f6243b2", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-3027fc67"], "subnet_id": "subnet-1930c9df", "key_name": "prod-deploy-key" } } ] } ] }