{ "version": 4, "terraform_version": "1.6.4", "serial": 331, "lineage": "6cfc2a25-42a7-11ac-9905-8508176f7aa2", "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-c29a296d9f545316a", "ami": "ami-c73ecc93", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-9904e35f"], "subnet_id": "subnet-fc9b8870", "key_name": "prod-deploy-key" } } ] } ] }