{ "version": 4, "terraform_version": "1.5.2", "serial": 482, "lineage": "fdd1dae9-cf41-e825-9e09-9cab5aabe15a", "outputs": { "db_endpoint": { "value": "db-3.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-255248621c21f7570", "ami": "ami-3cbc9e88", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-4f876acd"], "subnet_id": "subnet-06802b9c", "key_name": "prod-deploy-key" } } ] } ] }