{ "version": 4, "terraform_version": "1.6.3", "serial": 421, "lineage": "d0ab0264-5527-be45-82c7-41f5807b44f9", "outputs": { "db_endpoint": { "value": "db-1.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-c6fd3b36a44b79814", "ami": "ami-79a4fdd3", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-cc073d44"], "subnet_id": "subnet-e80083aa", "key_name": "prod-deploy-key" } } ] } ] }