{ "version": 4, "terraform_version": "1.5.9", "serial": 153, "lineage": "00468400-0d4e-5bc4-59ec-cc5bd418fcd7", "outputs": { "db_endpoint": { "value": "db-3.eu-west-1.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-3ab739cc97011520a", "ami": "ami-32841313", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-04bd43fd"], "subnet_id": "subnet-c38129c8", "key_name": "prod-deploy-key" } } ] } ] }