{ "version": 4, "terraform_version": "1.6.3", "serial": 486, "lineage": "004ca92f-5124-447c-e4fe-7718a9c17e76", "outputs": { "db_endpoint": { "value": "db-0.us-west-2.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-3c8b0b7e3c29c89c5", "ami": "ami-31a0d673", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-a8e59b98"], "subnet_id": "subnet-b8b0ca08", "key_name": "prod-deploy-key" } } ] } ] }