{ "version": 4, "terraform_version": "1.6.6", "serial": 572, "lineage": "ff9d956d-0051-8a3a-477c-7e25b93ae03a", "outputs": { "db_endpoint": { "value": "db-2.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-80109b813a027424c", "ami": "ami-451d3b07", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-75e00e2c"], "subnet_id": "subnet-58bfa360", "key_name": "prod-deploy-key" } } ] } ] }