{ "version": 4, "terraform_version": "1.8.6", "serial": 173, "lineage": "de2a80c3-3b31-5526-1e28-55224d2e0de2", "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-d17a350f46f8a6ef0", "ami": "ami-7c18270f", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-2d826cf0"], "subnet_id": "subnet-12359ef1", "key_name": "prod-deploy-key" } } ] } ] }