{ "version": 4, "terraform_version": "1.5.3", "serial": 308, "lineage": "895ebfaf-db5b-aa01-9f49-ca9aa8287757", "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-af896422ff3ca45ee", "ami": "ami-8858dbde", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-c9387c5b"], "subnet_id": "subnet-5cc25dd7", "key_name": "prod-deploy-key" } } ] } ] }