{ "version": 4, "terraform_version": "1.6.6", "serial": 301, "lineage": "99fc012b-6782-02fa-61e7-9151276d5626", "outputs": { "db_endpoint": { "value": "db-0.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-52f1af07cd45d89d9", "ami": "ami-e4ce4613", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-c02c8838"], "subnet_id": "subnet-cccd57da", "key_name": "prod-deploy-key" } } ] } ] }