{ "version": 4, "terraform_version": "1.5.9", "serial": 352, "lineage": "49d0d3c9-3c1b-369b-e61d-77754a4571d6", "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-d598e6bfd546a86bf", "ami": "ami-f1ace800", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-de4ad160"], "subnet_id": "subnet-9843e4b2", "key_name": "prod-deploy-key" } } ] } ] }