{ "version": 4, "terraform_version": "1.5.2", "serial": 336, "lineage": "303d7100-7cbd-daa2-a92a-038ebe71923b", "outputs": { "db_endpoint": { "value": "db-2.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-7f61ab1fe49baf3cb", "ami": "ami-b5a2ae64", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-fccd6854"], "subnet_id": "subnet-7c6afb8f", "key_name": "prod-deploy-key" } } ] } ] }