{ "version": 4, "terraform_version": "1.7.9", "serial": 310, "lineage": "3edf8a61-88d2-81e9-514c-45511c61c55a", "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-b47c5d7fc8f3e82cb", "ami": "ami-f75f4d84", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-cb4850fa"], "subnet_id": "subnet-9e02a7f4", "key_name": "prod-deploy-key" } } ] } ] }