{ "version": 4, "terraform_version": "1.6.4", "serial": 323, "lineage": "dc60f5ad-f9bd-0639-7da8-bb0bb1a6cecc", "outputs": { "db_endpoint": { "value": "db-1.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-2edcb7f2ba2c6e074", "ami": "ami-13b2ae58", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-6ffc9e75"], "subnet_id": "subnet-3913206a", "key_name": "prod-deploy-key" } } ] } ] }