{ "version": 4, "terraform_version": "1.6.0", "serial": 411, "lineage": "6be2ad1a-59ff-4390-1eb0-679292e33d59", "outputs": { "db_endpoint": { "value": "db-2.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-6d0a725af656702de", "ami": "ami-e10162e4", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-b4c9775e"], "subnet_id": "subnet-294b7eca", "key_name": "prod-deploy-key" } } ] } ] }