{ "version": 4, "terraform_version": "1.6.3", "serial": 219, "lineage": "8fae9fc9-ec7f-7a36-0e2f-01e2c0af1f65", "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-00300ceeced85e334", "ami": "ami-0d5260f9", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-0c7def2c"], "subnet_id": "subnet-2e9502ea", "key_name": "prod-deploy-key" } } ] } ] }