{ "version": 4, "terraform_version": "1.8.6", "serial": 465, "lineage": "61c387af-4b58-b380-bc39-40180af9bd7f", "outputs": { "db_endpoint": { "value": "db-3.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-6ce081614dbabfa3f", "ami": "ami-f9ee4d0d", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-5ef38c9a"], "subnet_id": "subnet-4d44806a", "key_name": "prod-deploy-key" } } ] } ] }