{ "version": 4, "terraform_version": "1.6.2", "serial": 278, "lineage": "e3d55b99-bb07-7641-d968-32b1e308db39", "outputs": { "db_endpoint": { "value": "db-0.eu-west-1.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.widgets.io", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-fcea5750c0368046b", "ami": "ami-497e6264", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-414e49a1"], "subnet_id": "subnet-27471a72", "key_name": "prod-deploy-key" } } ] } ] }