{ "version": 4, "terraform_version": "1.7.9", "serial": 305, "lineage": "7edecb77-4ad2-1803-b0e9-cea410e3246e", "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-b039572fbd5eb3d77", "ami": "ami-c64ad6a1", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-4e88ef8e"], "subnet_id": "subnet-e3c380c9", "key_name": "prod-deploy-key" } } ] } ] }