{ "version": 4, "terraform_version": "1.8.0", "serial": 487, "lineage": "392e3239-6b83-9f7c-b7d6-bba1ba02181b", "outputs": { "db_endpoint": { "value": "db-2.eu-west-1.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.startup.dev", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-4c4afeeca7494c8d1", "ami": "ami-f231d8de", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-226972dd"], "subnet_id": "subnet-154d277d", "key_name": "prod-deploy-key" } } ] } ] }