{ "version": 4, "terraform_version": "1.6.6", "serial": 442, "lineage": "cb524c87-0f09-6a2f-7a74-79811d964ebe", "outputs": { "db_endpoint": { "value": "db-0.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-9477b217c9f6486ac", "ami": "ami-aaaa7155", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-18cf5ace"], "subnet_id": "subnet-af9f4734", "key_name": "prod-deploy-key" } } ] } ] }