{ "version": 4, "terraform_version": "1.7.9", "serial": 576, "lineage": "574a50db-18fa-eabb-f93c-c8f5b1bbcafa", "outputs": { "db_endpoint": { "value": "db-0.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-1f656b7535c8c871e", "ami": "ami-19c363e0", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-1693db43"], "subnet_id": "subnet-bb96d6fc", "key_name": "prod-deploy-key" } } ] } ] }