{ "version": 4, "terraform_version": "1.6.3", "serial": 106, "lineage": "541d0df7-b150-acc6-6c8e-26b1aa676947", "outputs": { "db_endpoint": { "value": "db-4.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-b6917583ce251b41f", "ami": "ami-56c9f25c", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-4be52236"], "subnet_id": "subnet-5485faaa", "key_name": "prod-deploy-key" } } ] } ] }