{ "version": 4, "terraform_version": "1.7.0", "serial": 388, "lineage": "4f8babbf-77e8-ed3b-3863-02b02256d574", "outputs": { "db_endpoint": { "value": "db-3.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-6c3792c09bf99efac", "ami": "ami-a8879b17", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-2c541d0a"], "subnet_id": "subnet-a0bcf044", "key_name": "prod-deploy-key" } } ] } ] }