{ "version": 4, "terraform_version": "1.6.1", "serial": 285, "lineage": "f6e95cdc-7d18-eedc-0cc6-dc8f1c47061d", "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-7a9fd121fed4ffb76", "ami": "ami-6c73f71a", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-fd753286"], "subnet_id": "subnet-62d48d43", "key_name": "prod-deploy-key" } } ] } ] }