{ "version": 4, "terraform_version": "1.5.4", "serial": 512, "lineage": "5a188158-c6eb-c810-e3ff-f7b899b0883e", "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-4d7c2cc6b604d2d08", "ami": "ami-e4c74295", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-af6fb3c6"], "subnet_id": "subnet-99e6c2d3", "key_name": "prod-deploy-key" } } ] } ] }