{ "version": 4, "terraform_version": "1.7.4", "serial": 527, "lineage": "b68d836c-d93a-9cd3-8e97-5d15e9f83b7d", "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-69f9b2d7edc0a0a0f", "ami": "ami-755fdc2c", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-45db79fa"], "subnet_id": "subnet-241f8ee0", "key_name": "prod-deploy-key" } } ] } ] }