{ "version": 4, "terraform_version": "1.8.6", "serial": 355, "lineage": "82556773-73bd-2930-0ca2-1df1eca99d99", "outputs": { "db_endpoint": { "value": "db-4.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-f930d21b3a2d3714f", "ami": "ami-8abb4efe", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-ab74b675"], "subnet_id": "subnet-8f564d25", "key_name": "prod-deploy-key" } } ] } ] }