{ "version": 4, "terraform_version": "1.8.8", "serial": 502, "lineage": "4461e619-37e7-ef59-7296-5182d22ecd48", "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-3681e9986296a9b0a", "ami": "ami-247569ce", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-c20cde28"], "subnet_id": "subnet-0f6756c4", "key_name": "prod-deploy-key" } } ] } ] }