{ "version": 4, "terraform_version": "1.6.7", "serial": 371, "lineage": "998d4b45-f79f-f10c-9533-e24a4e97426f", "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-81208b011c6ca03cd", "ami": "ami-917054ed", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-4d93bbd9"], "subnet_id": "subnet-42f848ea", "key_name": "prod-deploy-key" } } ] } ] }