{ "version": 4, "terraform_version": "1.6.5", "serial": 434, "lineage": "9533d3ac-bc01-420e-3b4a-22efaaaba88c", "outputs": { "db_endpoint": { "value": "db-0.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-f9064b1c3840995d5", "ami": "ami-19c506c0", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-f8747c0a"], "subnet_id": "subnet-6b43310c", "key_name": "prod-deploy-key" } } ] } ] }