{ "version": 4, "terraform_version": "1.6.1", "serial": 187, "lineage": "263b1a83-d662-5b04-e3ea-ab7e4ab9b1a3", "outputs": { "db_endpoint": { "value": "db-1.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-fc6c82150cfe6d951", "ami": "ami-0b796e66", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-632c8fbd"], "subnet_id": "subnet-0987ed14", "key_name": "prod-deploy-key" } } ] } ] }