{ "version": 4, "terraform_version": "1.5.0", "serial": 565, "lineage": "f9bf8098-b2de-9762-7404-bb7e8e519fb0", "outputs": { "db_endpoint": { "value": "db-1.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-b6b7c0a298f45e4de", "ami": "ami-a6c8470d", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-024ef5be"], "subnet_id": "subnet-175b2731", "key_name": "prod-deploy-key" } } ] } ] }