{ "version": 4, "terraform_version": "1.6.3", "serial": 383, "lineage": "2cfea9ac-fc37-bffb-e4ec-e7659b809772", "outputs": { "db_endpoint": { "value": "db-1.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-62a32268ce5fea3ec", "ami": "ami-e2346f6c", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-eb3a1c41"], "subnet_id": "subnet-8cf50fb6", "key_name": "prod-deploy-key" } } ] } ] }