{ "version": 4, "terraform_version": "1.7.1", "serial": 327, "lineage": "3bd8a7a1-6391-6aab-ca5b-8bae8772bcd8", "outputs": { "db_endpoint": { "value": "db-0.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-f87888d5bcb1d3e9e", "ami": "ami-11ea393e", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-bfaaf055"], "subnet_id": "subnet-05ac2169", "key_name": "prod-deploy-key" } } ] } ] }