{ "version": 4, "terraform_version": "1.5.8", "serial": 464, "lineage": "705f5722-5f68-60c0-c3f4-f7bcef1c4124", "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-5384754565fdb1cfe", "ami": "ami-a628b05d", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-6dced6ab"], "subnet_id": "subnet-182b86e2", "key_name": "prod-deploy-key" } } ] } ] }