{ "version": 4, "terraform_version": "1.5.2", "serial": 454, "lineage": "34928273-e5b8-414b-7ad0-70cbce9866d8", "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-888ce96d453413bf3", "ami": "ami-462a979f", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-5829692b"], "subnet_id": "subnet-13cebc48", "key_name": "prod-deploy-key" } } ] } ] }