{ "version": 4, "terraform_version": "1.5.5", "serial": 443, "lineage": "c1a4d84e-a390-3e70-1b10-54a4f50dfac2", "outputs": { "db_endpoint": { "value": "db-1.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-9d3413a5a1c25c931", "ami": "ami-950067a8", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-3b95ed21"], "subnet_id": "subnet-b24bbb8b", "key_name": "prod-deploy-key" } } ] } ] }