{ "version": 4, "terraform_version": "1.8.8", "serial": 350, "lineage": "b7e42550-6401-9697-75d5-8ded50a7d086", "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-ffe19b289c48cf9f1", "ami": "ami-a900fb39", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-49c26756"], "subnet_id": "subnet-75d9504d", "key_name": "prod-deploy-key" } } ] } ] }