{ "version": 4, "terraform_version": "1.6.7", "serial": 217, "lineage": "0abf40ab-3e38-a3ca-24ec-3886413e56d7", "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-52b263153fa37a0f3", "ami": "ami-3ccd700a", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-3661552e"], "subnet_id": "subnet-a3ef8b42", "key_name": "prod-deploy-key" } } ] } ] }