{ "version": 4, "terraform_version": "1.6.5", "serial": 143, "lineage": "b78c65c6-bf49-6bc6-c7e9-81031bd93fad", "outputs": { "db_endpoint": { "value": "db-0.us-west-2.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.acme-corp.com", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-a5f036814b36af1cb", "ami": "ami-26f9ca95", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-bb16ab0a"], "subnet_id": "subnet-45392c8b", "key_name": "prod-deploy-key" } } ] } ] }