{ "version": 4, "terraform_version": "1.6.8", "serial": 522, "lineage": "ed40084b-4b73-06f9-0d88-daa100cfc72e", "outputs": { "db_endpoint": { "value": "db-4.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-e83b9ef7fb6c98a8d", "ami": "ami-c4a30408", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-b3aeaf77"], "subnet_id": "subnet-6aef8f36", "key_name": "prod-deploy-key" } } ] } ] }